google.golang.org/protobuf/internal/impl.structInfo.oneofsByName (field)
8 uses
google.golang.org/protobuf/internal/impl (current package)
codec_field.go#L34: fs := si.oneofsByName[od.Name()]
codec_message.go#L75: fs = si.oneofsByName[fd.ContainingOneof().Name()]
message.go#L137: oneofsByName map[protoreflect.Name]reflect.StructField
message.go#L150: oneofsByName: map[protoreflect.Name]reflect.StructField{},
message.go#L187: si.oneofsByName[protoreflect.Name(s)] = f
message_reflect.go#L63: fs = si.oneofsByName[fd.ContainingOneof().Name()]
message_reflect.go#L190: fs = si.oneofsByName[fd.ContainingOneof().Name()]
message_reflect_field.go#L487: fs := si.oneofsByName[od.Name()]
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)